home *** CD-ROM | disk | FTP | other *** search
INI File | 2005-07-14 | 3.3 KB | 80 lines |
- ;NOTE: All path must be a path after the drive.
-
-
- [file copy]
- ; App name of the application; this is the same as the section name inside C:\WINDOWS\DISNEY.INI (i.e. [Ultimate Ride])
- DisneyINISectionName=Ultimate Ride
-
-
-
- ; This variable is used In Windows XP & 2000 to get the path to any folders that may exist under:
- ;
- ; c:\Documents And Settings\[username]\application data\...
- ;
- ; This variable will be ignored if no data is written to the "Documents And Settings" folder.
- DocumentsAndSettingsLocationInXP=Disney Imagineering\Ultimate Ride\
-
-
-
- ; The name of Burst Screen of the title CD as is displayed when you do an ALT-TAB or look at the Start Menu to see the
- ; processes that are running. The "BurstScreenClass#" variable is retrieved by running SPY.EXE.
- ; The purpose of this section is so that when the Burst starts up after inserting a CDROM that the installer wants,
- ; the installer will tell the Burst to close itself to not get in the way.
- NumberOfBurstScreensToClose=1
- BurstScreenName0=Disney Interactive
- BurstScreenClass0=#32770
- BurstScreenName1=
- BurstScreenClass1=
-
-
-
- ; This section is to verify that the CDROM that was inserted was the correct one by checking for a unique file that
- ; should exist on the newly-inserted CDROM.
- CorrectCDROMFileExistenceCheck=\game\dma4.exe
-
-
-
- ; The new installer will now check to see what size install was done on the previous product. If the file specified
- ; on the next line DOES exist, then the new installer thinks that the old product's installation is a MEDIUM install.
- ; In this case, files from the previous product will be upgraded from the MEDIUM install to the MAXIMUM install.
- MediumInstallFileExistenceCheck=game\HD\OMT2debug.dll
-
-
-
- ; The new installer will now check to see what size install was done on the previous product. If the file specified
- ; on the next line DOES exist, then the new installer thinks that the old product's installation is *ALREADY* a MAXIMUM install.
- ; Therefore, no additional file-copies are necessary, and this previous product's upgrade process will not be processed.
- MaximumInstallFileExistenceCheck=game\HD\inetwh32.dll
-
-
-
- ; This value is the extra hard drive space required in order to bring the old product's
- ; installation from a MINIMUM install to a MAXIMUM install (100000 = 100 MEGABYTES).
- MinimumToMaximumExtraHardDriveSpaceRequired=100000
-
-
-
- ; This value is the extra hard drive space required in order to bring the old product's
- ; installation from a MEDIMUM install to a MAXIMUM install (50000 = 50 MEGABYTES).
- MediumTooMaximumExtraHardDriveSpaceRequired=50000
-
-
-
-
- ; This section contains the files necessary to upgrade the previous title from either a MINIMUM or MEDIUM installation
- ; to a MAXIMUM installation.
- ;
- ; Here's how to interpret the value at the end of these file-copy lines (either a "1" or a "2"):
- ; If the previous title was a MINIMUM install, then all file-copy lines will be processed, regardless of the number.
- ; If the previous title had a MEDIMUM install, then only the lines ending with a "2" will be copied.
-
- ;Total Number of file-copy lines to process
- FileCount=5
-
- 1=eula.txt,FILE,NULL,..\Game\,NULL,U,1
- 2=*.*,FILE,NULL,Game\Data\,\Data_ExtendedCopy\,U,1
-
- 3=DMA4.exe,FILE,NULL,Game\,NULL,U,2
- 4=Removedmad.dll,FILE,NULL,Game\,NULL,U,2
- 5=LaLaLaExt\,DIRECTORY_DOCUMENTS_AND_SETTINGS,NULL,NULL,NULL,U,2
-